Xbasic

UI_DLG_HIDE Function

Syntax

V UI_DLG_HIDE(C title)

Arguments

title

The name of the dialog box.

Description

Hide a dialog.

Discussion

The UI_DLG_HIDE() function hides the specified dialog.

Example

The following example creates a modeless dialog box, then hides it.

ui_modeless_dlg_box("Visible Xdialog", <<%dlg%
<20,3Click Here>
%dlg%)
ui_dlg_hide("Visible Xdialog")

Limitations

Desktop applications only.

See Also